Merged
Conversation
Update version in app file. The 0.7.0 release provided the faulty application vsn string 0.6.0.
Since the batch size counter was not increased previously the batch size was always infinite. Included in pull request Ericsson#77. Signed-off-by: Björn Svensson <[email protected]>
The function in ered_client handling stray messages from a defunct client has a faulty signature which could result it a crash. Included in pull request Ericsson#77. Signed-off-by: Björn Svensson <[email protected]>
This patch fixes the convergence check busy loop problem by letting the check time out rather than aborting it and restarting it immediately. Also, server error replies like LOADING are skipped so we don't crash on these in the convergence check. This is a minimal rewrite of the convergence check fix: Ericsson#146 Signed-off-by: Viktor Söderqvist <[email protected]>
OTP ssl can leak a message `{Ref, ok}` when key update is triggered, if
the bug erlang/otp#10273 is present.
Signed-off-by: Viktor Söderqvist <[email protected]>
Signed-off-by: Viktor Söderqvist <[email protected]>
6d8d14b to
91af4e4
Compare
bjosv
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting some fixes to 0.7:
ered_clientandered_connection#77)ered_clientandered_connection#77){Ref, ok}message (Mitigate OTP TLS 1.3 bug leaking message #149)